CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - compression ratio

搜索资源列表

  1. EZW

    2下载:
  2. 此代码是小波零树算法的matlab实现程序,子程序较为齐全,包括最后计算压缩图像的峰值信噪比和压缩效果的源码。-This code is the wavelet zero-tree algorithm matlab implementation procedures, subroutines are more complete, including the final calculation of the peak signal to noise ratio and the compressed
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:265693
    • 提供者:waker
  1. Ban-denoising

    3下载:
  2. 本代码是基于Bandelet的硬阈值SAR图像去噪,结果与小波变换进行对比,结果表示其在峰值信噪比,边缘保持系数上均有一定的提高。压缩包中有程序和SAR图像。-This code is based on Bandelet SAR image denoising with a hard threshold .the results were compared with the wavelet transform, and the results indicated that in the peak
  3. 所属分类:Graph program

    • 发布日期:2017-03-23
    • 文件大小:270465
    • 提供者:周宇
  1. Compress

    0下载:
  2. 一个RLE/HUFFMAN/LZW的压缩算法类,可以对一段内存区进行压缩/解压缩、测试压缩比等操作。-An RLE/HUFFMAN/LZW compression algorithm classes can be a memory area compression/decompression, test compression ratio of such an operation.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:4851
    • 提供者:ebeaza
  1. hkj

    0下载:
  2. 哈弗曼编码(1)文件名的输入可以从命令行给出或程序界面给出; (2)压缩和解压选择也可以从命令行给出或程序界面给出; (3)给出压缩后的指标:压缩率=压缩后的文件大小/压缩前的文件大小-Havermann code (1) the input file name can be given from the command line interface is given or procedures (2) compression and decompression options can als
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-28
    • 文件大小:1726
    • 提供者:杨旸
  1. v.42bis

    0下载:
  2. 对数据进行压缩和解压缩,压缩比例最高达4:1,具有自动测试功能,在透明模式和压缩模式间自动转换-The data compression and decompression, compression ratio up to 4:1, with automatic test functions in a transparent mode and compression mode automatic conversion between
  3. 所属分类:压缩解压

    • 发布日期:2014-04-01
    • 文件大小:10764
    • 提供者:
  1. EAACPlusEnc

    0下载:
  2. 本程序时从Eaacplus中分离出来的aacenc的定点化的程序,具有很高的压缩比-This procedure separated from the Eaacplus out aacenc fixed-point-oriented program, with a high compression ratio
  3. 所属分类:Multimedia program

    • 发布日期:2017-05-16
    • 文件大小:4193926
    • 提供者:周斌
  1. sjbz

    0下载:
  2. 可以方便的制作手机壁纸: 1.支持bmp,jpg,gif(gif只支持第一帧),png格式 2.输出格式为jpg,因为我感觉小尺寸的图片文件在图片失真不严重的情况下jpg格式比其他格式友更好的压缩比 3.支持图片翻转,平滑等特效 4.操作简单,方便易用.-You can easily create mobile phone wallpaper: 1. Supports bmp, jpg, gif (gif only supports the first frame),
  3. 所属分类:Picture Viewer

  1. huffman

    0下载:
  2. huffman编码对图形编码并进行图形重现的仿真程序,并计算了相应的压缩率。-huffman coding of graphics and graphical code to reproduce the simulation program, and calculate the corresponding compression ratio.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:566
    • 提供者:王国良
  1. RemoteControl

    1下载:
  2. 远程桌面监控系统.(1)实时监视远程电脑的桌面操作变化 (2):快速准确的查看被监视电脑的实时桌面信息,具有远程桌面录像功能,可查看任意时间段的历史桌面信息。 (3):具有远程桌面控制功能,可以象操作本地计算机一样操作远程计算机。 (4):可以同时操控和查看10以上个电脑。 (5):采用TCP/IP协议,高压缩率差异传图,保证图象快速稳定传输。 (6):系统为C/S结构,客户端进程防删。 -Remote Desktop Monitoring System. (1) real-
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-19
    • 文件大小:5247786
    • 提供者:307
  1. 2

    0下载:
  2. 目前市场上的媒体播放器产品琳琅满目,外国的有MicroSoft的Media Player、Winamp,……国产的有超级解霸200X、东方影都等等,让人不知道用什么好了。其实对一个程序员来说,媒体播放器的DIY也不象想象中的那么复杂,Mp3因其较高的压缩率,较好的音质,成为越来越多的使用者的喜爱,用自己编制的mp3播放器听mp3音乐一定很有乐趣.另外,这篇毕业设计也是检验我对delphi的认识和理解。作为修完大学课程的大学生,能够作出一个有基本功能的MP3播放器-Currently on the
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-01
    • 文件大小:585023
    • 提供者:王东
  1. haffman

    2下载:
  2. 哈夫曼编码 问题描述:利用哈夫曼编码,实现压缩和解压缩 基本要求: 对于给定的一组字符,可以根据其权值进行哈夫曼编码,并能输出对应的哈夫曼树和哈夫曼编码;实现哈夫曼解码 提高要求: (1) 能够分析文件,统计文件中出现的字符,再对文件进行编码,实现文件的压缩和解压缩 (2) 能够对于文件的压缩比例进行统计 (3) 能够打印文件 这是数据结构的课程设计-Huffman Coding Problem Descr iption: Using the Huffman co
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:193714
    • 提供者:dian
  1. gaoqinkaokoucode

    0下载:
  2. 高清卡口监控报警系统基于Microsoft的DirectShow技术,运行于Windows 2000或以上平台。本系统支持目前市面上的大多数WDM驱动程序的视频捕捉卡、1394及USB连接的DV设备等,支持一机多卡;支持内存中位图的识别;支持BMP、JPG等图片格式文件的识别及存储;支持AVI、MPG、WMV等录像文件格式的回放及识别;支持MPEG4高压缩比的AVI格式的录像片断保存。-HD mount monitor alarm system is based on Microsoft s D
  3. 所属分类:Applications

    • 发布日期:2017-04-04
    • 文件大小:51680
    • 提供者:tangcp
  1. HuffmanTree

    0下载:
  2. 用huffman树进行压缩的压缩软件,只待文本文件有较高压缩率-Compression with huffman tree compression software, only to be a text file has a higher compression ratio
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:213283
    • 提供者:ZZD
  1. 1

    0下载:
  2. 用分段IFS拟合离散序列的matlab程序 看过Hayes的一篇文章 “Using Iterated Function System to Model Discrete sequences”,我用文章中所用的分段IFS模型写了一段matlab程序以拟合一段网络流量(所用的网络流量是用txt文档保存的一维时间序列)。 程序有用分段IFS编码然后再解码合成数据的过程,还包括计算压缩比。 -IFS fitting with discrete sub-sequences of matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:940111
    • 提供者:虽说
  1. Optimum-ratio-spanning-tree

    0下载:
  2. 本压缩程序为最优比例生成树算法的实现程序,代码完整。-The compression program is the realization of the optimal ratio of Spanning Tree Algorithm, code integrity.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:973
    • 提供者:榔头
  1. echo

    0下载:
  2. echo 源代码 压缩比非常高的压缩算法 用于语音压缩-echo source code with very high compression ratio of compression algorithms for voice compression
  3. 所属分类:Audio program

    • 发布日期:2017-04-03
    • 文件大小:2351
    • 提供者:yy
  1. MobileWallpaperMaker

    0下载:
  2. 可以方便的制作手机壁纸: 1.支持bmp,jpg,gif(gif只支持第一帧),png格式 2.输出格式为jpg,因为我感觉小尺寸的图片文件在图片失真不严重的情况下jpg格式比其他格式友更好的压缩比 3.支持图片翻转,平滑等特效 4.操作简单,方便易用.-You can easily create mobile phone wallpaper: 1. Supports bmp, jpg, gif (gif only supports the first frame),
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-02
    • 文件大小:171198
    • 提供者:lyming123
  1. Raptatorial

    0下载:
  2. 软件介绍:本软件能监视Ms Word的运行(如果你愿意,可以设成对电脑全面监控),并且能自动保存屏幕内容,可以自己设置图像压缩比,存储位置等。一些参数用ini文件存放。 为了尽量减少内存的使用,一些功能用dll封装。本软件的开发语言:delphi 7.0,操作系统:winXp(sp1)。没有用到第三方控件.我已经在98,2000下做过测试,运行顺利。 本软件运行之后能注册系统热键,请按下热键Ctrl+Alt+B弹出设置参数对话框,或者结束本软件的运行,初始密码为空。 -Softwar
  3. 所属分类:Remote Control

    • 发布日期:2017-03-30
    • 文件大小:683773
    • 提供者:wugsan178
  1. 2440boardCMOScamerawritefile

    0下载:
  2. 这是2440关于cmos摄像头的读写程序,但是JPEG的压缩率有待改进,有兴趣的朋友可以一起研究。-This is a cmos camera on the 2440 reading and writing program, but the JPEG compression ratio could be improved, interested friends can study together.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3296
    • 提供者:陈诚
  1. shat

    0下载:
  2. contains files to find compression ratio plotter, shat algorithm and rms functions
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:4357
    • 提供者:vg_vg
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com